home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / games / sokoban.arc / SOKOBAN.HEL < prev    next >
Text File  |  1989-03-09  |  1KB  |  39 lines

  1.  
  2.                            S O K O B A N
  3.  
  4.  The problem is to push packets to saving positions by moving around
  5.  and pushing only one packet at a time if possible.
  6.  
  7.  
  8.  Available Commands are:
  9.  
  10.  h:  move/push left       H:  run/push left     ^H:  run left to object
  11.  l:  move/push right      L:  run/push right    ^L:  run right to object
  12.  j:  move/push down       J:  run/push down     ^J:  run down to object
  13.  k:  move/push up         K:  run/push up       ^K:  run up to object
  14.  
  15.  u:  undo last move/push  U:  undo all 
  16.  
  17.  c:  temporary save      ^U:  reset to temporary save
  18.  
  19.  ^R: Refresh screen
  20.  
  21.  q:  quit                s:  save the game          ?:  this help screen
  22. += (DO NOT CHANGE OR DELETE THIS LINE)
  23.  
  24.  Characters on screen are:
  25.  
  26.     @@  player                          ++      player on saving position
  27.     ..  saving position for packet      $$      packets
  28.     **  saved packet                    ##      wall
  29.  
  30.  
  31.  As you could see you can make a temporary save. This is useful if you think
  32.  that all the moves/pushes you have made are correct, but you don't know how
  33.  to go on. In this case you can temporary save (using the c command). If you
  34.  then get stucked you need not undo all (using U), you can reset to you
  35.  temporary save.
  36.  If you have restored a saved game, a temporary save is automatically made
  37.  at the start.
  38. == (DO NOT CHANGE THIS LINE)
  39.